home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1994 October / Macformat17.cdr / Shareware City / Developers / AmountString 1.0 Folder / Questionnaire < prev   
Text File  |  1994-06-16  |  5KB  |  213 lines

  1. (Use SimpleText to read and modify this text. Or use a wordprocessor capable of using a mono-spaced font.)
  2.  
  3.  
  4. If you want to extend the number of currencies and languages which AmountString can handle, please fill in this questionnaire and email it to me. I can then add the data needed by the external code. After I added your data, you wil receive a beta-version to check its proper working. It may very well be that your language requires a different syntax, please tell me this also.
  5. If your language is already included or if you don't want to have your language included, browse this file anyway. You may get an idea what the external needs to do, and what strange things some languages requires it to do.
  6.  
  7. Information on how to use the AmountString external is not listed here. It is listed with the stand-alone document 'AmountString ReadMe'.
  8.  
  9.  
  10.  
  11. You may be contacted for more information, please make sure you can be reached by email from Internet. Contributing this data does in no way imply any right on financial compensation or other compensations.
  12.  
  13. Feel free to ask me if anything is unclear to you!
  14.  
  15. If you include diacritical characters with your answers then either:
  16. - use two characters to display it: e', u:
  17. - save it as a TeachText/SimpleText document, binhex it and mail that to me.
  18.  
  19. Please use capitals only when that word needs an uppercase character within the result string. The external will make sure the first character of the result string is a capitalized.
  20.  
  21.  
  22. First some information in order to contact you and give you proper credit:
  23. Name:            ...
  24. Company:         ...
  25. Address:         ...
  26. Zipcode:         ...
  27. City:            ...
  28. Country:         ...
  29. Email addresses: ...
  30. using:           4D / HyperCard / both
  31.  
  32.  
  33. Which language are you contributing?
  34. ...
  35.  
  36.  
  37. In which order are the digits spoken:
  38. (like 'twenty-one' or 'one and twenty' [Dutch: een-en-twintig])
  39. tens first / single digit first
  40.  
  41.  
  42. Should the word 'and' be used after thousands?
  43. (like with 'two thousand and twenty-one')
  44. yes / no
  45.  
  46.  
  47. Should the word 'and' be used after hundreds?
  48. (like with 'two hundred and twenty-one')
  49. always / never / only with last group of digits not with group before thousands
  50.  
  51. Should the word 'one' be used before thousands?
  52. (like with 1000: 'one thousand' or just 'thousand')
  53. always / never
  54.  
  55. Should the word 'one' be used before hundreds?
  56. (like with 100: 'one hundred' or just 'hundred')
  57. always / never
  58.  
  59. How is the number '1234' handled with your language?
  60. (either 'one thousane, two hundred...' or 'twelve hundred thirty...'
  61. split groups on thousands / use hundreds when possible
  62.  
  63.  
  64. What separation to use between words?
  65. (like the space in 'two hundred')
  66. space / dash / none / other: ...
  67.  
  68.  
  69. What separator to use between words in a digit combination?
  70. (like the dash in 'twenty-one')
  71. space / dash / none / 'and' / other: ...
  72.  
  73.  
  74. What separator to use after thousands?
  75. (like the comma in 'one thousand, two hundred twenty-one')
  76. comma / dash / none / other: ...
  77.  
  78.  
  79. What word to use between the unit and minor units?
  80. (like 'and' in 'Dollars and 21 cents')
  81. ...
  82.  
  83.  
  84. What word to use for the decimal sign?
  85. (like 'point' in English)
  86. ...
  87.  
  88.  
  89. What word to use for the negative sign?
  90. (like 'minus' in English)
  91. ...
  92.  
  93.  
  94. The name of the currency (or the names of the currencies)?
  95. singular: ...
  96. plural:   ...
  97.  
  98.  
  99. The name of the minor units in the currency/currencies?
  100. (like cents as minor units of the Dollar)
  101. singular: ...
  102. plural:   ...
  103.  
  104.  
  105. When are the plural forms of the unit and minor unit names used?
  106. (like with '321': plural because 321 > 1 or singular because 1 = 1)
  107. whole number greater than one / single digit greater than one / always singular
  108.  
  109.  
  110. The number of minor units for the currency?
  111. 0/10/100/1000
  112.  
  113.  
  114. All names for the digits from 1 to x (where x is the number which can't be composed of other combinations and which do not use some sort of separator ['-', 'and'] between the components)?
  115. (i.e. include fourteen, but not twenty-one)
  116.  0     ...
  117.  1     ...
  118.  2     ...
  119.  3     ...
  120. etc.   ...
  121.  
  122.  
  123. All names (singular/plural) of the tenfolds?
  124. 10     ...
  125. 20     ...
  126. 30     ...
  127. 40     ...
  128. 50     ...
  129. 60     ...
  130. 70     ...
  131. 80     ...
  132. 90     ...
  133.  
  134.  
  135. The names (singular/plural) for 100 and all names of thousandfolds?
  136. 1E02   ...
  137. 1E03   ...
  138. 1E06   ...
  139. 1E09   ...
  140. 1E12   ...
  141.  
  142.  
  143. When are the plural forms of the value names used?
  144. (like with the value '321000': plural [thousands] because 321 > 1 or
  145. singular [thousand] because 1 = 1)
  146. whole number greater than one / single digit greater than one / always singular
  147.  
  148.  
  149. Are there irregularities with certain numbers?
  150. (i.e. with French '95' is written like you would say '80 and 15')
  151. no / yes
  152. if yes, which ones:
  153.  
  154. value  name
  155.  ...   ...
  156.  
  157.  
  158. Which (large) countries use this language? And what currency do they use?
  159.  
  160.  
  161.  
  162. Do you have any remarks because the syntax differs significantly from the English and other already implemented currencies and languages? Or if it is similair to one of the languages already implemented, which one?
  163.  
  164.  
  165.  
  166.  
  167.  
  168. Please convert the following numbers using your language with the AmountString.
  169. When your currency uses minor units then concatenate '.9999' to the values below.
  170. If the returned text is incorrect then please add the correct text and explain
  171. what went wrong.
  172.  
  173.  
  174. 1
  175.  
  176. 10
  177.  
  178. 13
  179.  
  180. 31
  181.  
  182. 100
  183.  
  184. 113
  185.  
  186. 213
  187.  
  188. 1000
  189.  
  190. 1234
  191.  
  192. 3456
  193.  
  194. 10031
  195.  
  196. 31131
  197.  
  198. 100000
  199.  
  200. 199999
  201.  
  202. 200000
  203.  
  204. 1000000
  205.  
  206. 3589130
  207.  
  208. 999999999999
  209.  
  210.  
  211.  
  212. Many thanks for your contribution!!!
  213.